home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
PROGRAMMING
/
HEADERGEN
/
HeaderGen
/
Changes
next >
Wrap
Text File
|
1996-02-07
|
1KB
|
31 lines
-------------------------------------------------------------------------------------
changes HeaderGen v1.00 to HeaderGen v1.10:
3.2.96 the -via option is now accepted to read further command line params
from a via file
3.2.96 implemented method to work around HeaderGen's limitations
(#define __headergen_stop, #define __headergen_start)
4.2.96 numerical #define macros are no longer ignored when written
without round brackets
4.2.96 fixed bug with wrong error line numbers
error and warning messages are now written to stderr
5.2.96 HeaderGen -CtoAsm: removed handling of '-typedef' option -
*all* structures are now laid out explicitly, template structures
as well as typedef'd structures
the '-typedef' option is no longer accepted
5.2.96 HeaderGen -CtoAsm: implemented correct handling of 'struct' templates:
'struct' templates may now be referred to in 'typedef's even if
they have not been laid out explicitly before
6.2.96 HeaderGen -CtoAsm: size of struct's is now correctly rounded up
to integers
7.2.96 C code within #ifdef __cplusplus ... #endif lines is now ignored